home *** CD-ROM | disk | FTP | other *** search
- object TIFOptionsDlg: TTIFOptionsDlg
- Left = 205
- Top = 61
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = ' Save as TIF options:'
- ClientHeight = 159
- ClientWidth = 196
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object RadioGroup1: TRadioGroup
- Left = 18
- Top = 8
- Width = 159
- Height = 81
- Caption = ' Compression: '
- TabOrder = 0
- end
- object TiffImageText: TCheckBox
- Left = 38
- Top = 100
- Width = 105
- Height = 17
- HelpContext = 115
- Caption = 'Save image text'
- TabOrder = 1
- end
- object OKBtn: TButton
- Left = 34
- Top = 128
- Width = 60
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object CancelBtn: TButton
- Left = 98
- Top = 128
- Width = 60
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object PackBits: TRadioButton
- Left = 32
- Top = 28
- Width = 73
- Height = 17
- HelpContext = 110
- Caption = 'PackBits'
- Checked = True
- TabOrder = 4
- TabStop = True
- end
- object NoCompression: TRadioButton
- Left = 32
- Top = 52
- Width = 105
- Height = 17
- HelpContext = 111
- Caption = 'No compression'
- TabOrder = 5
- end
- object LZW: TRadioButton
- Left = 32
- Top = 70
- Width = 57
- Height = 17
- Caption = 'LZW'
- TabOrder = 6
- end
- end
-